About

Overview

The cran-search project aims to provide a database to perform a package search for the R programming language in the Comprehensive R Archive Network (CRAN) repository. The collected data are obtained by the tools::CRAN_package_db() function and selected only a few columns to perform the search for the topic of interest.

In the following table, it is possible to verify a brief structure of the data frame collected with packages available in CRAN. For example, the number of rows and columns, and the frequency of words longer than 3 or 4 characters for the column named title, description, and license. A depth investigation of the data is at the discretion of the reader.

update structure information
2023-08-26 column update, package, version, license, title, description, date, depends, import, url
2023-08-26 n_column 10
2023-08-26 n_row 19828
2023-08-26 NA TRUE
2023-08-26 title frequency: (1) data 3211 (47.78%), (2) analysis 2043 (30.40%), (3) with 1466 (21.82%)
2023-08-26 description frequency: (1) data 12761 (42.07%), (2) with 8853 (29.18%), (3) package 8721 (28.75%)
2023-08-26 license frequency: (1) license 5132 (49.88%), (2) file 4725 (45.93%), (3) lgpl 431 (4.19%)

Author

Author
name url
author Bruno Faria
website https://brunofariadf.github.io/
github https://github.com/brunofariadf/
Project
name url
main cran-search
review News
license MIT